home *** CD-ROM | disk | FTP | other *** search
/ The Scientific Center / The Scientific Center.iso / pc / CATALOG.CST / 00283_HOMING.ls < prev    next >
Encoding:
Text File  |  1999-03-19  |  273 b   |  24 lines

  1.  
  2. on mouseEnter me
  3.   set the ink of sprite the currentSpriteNum to 2
  4.   cursor 280
  5.  
  6. end
  7.  
  8. on mouseLeave me
  9.   cursor -1
  10.   set the ink of sprite the currentSpriteNum to 8
  11.  
  12. end
  13.  
  14. on mouseUp me
  15.    go to frame 280 of movie "EDU_SCI_2"
  16.   cursor -1
  17.  
  18. end
  19.  
  20. on mouseDown me
  21.   beep
  22.  
  23. end
  24.